feat(fs): enhance S3 filesystem reliability and compatibility - #454
Draft
zjw1111 wants to merge 2 commits into
Draft
feat(fs): enhance S3 filesystem reliability and compatibility#454zjw1111 wants to merge 2 commits into
zjw1111 wants to merge 2 commits into
Conversation
Collaborator
Author
|
mark draft now, will refactor after #441 merged |
zjw1111
marked this pull request as draft
July 30, 2026 03:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Linked issue: #357, follow-up to #433
Address the remaining correctness, robustness, diagnostics, and build issues in the
lightweight S3 filesystem implementation:
endpoint authorities
retries, and timeouts
shared builds
Tests
pre-commit run --files CMakeLists.txt cmake_modules/ThirdpartyToolchain.cmake src/paimon/CMakeLists.txt src/paimon/common/fs/http_client.cpp src/paimon/common/fs/http_client.h src/paimon/common/fs/http_client_test.cpp src/paimon/fs/s3/CMakeLists.txt src/paimon/fs/s3/s3_file_system.cpp src/paimon/fs/s3/s3_file_system.h src/paimon/fs/s3/s3_file_system_test.cppcmake --build build --target paimon-http-client-test paimon-s3-file-system-test -j64./build/debug/paimon-http-client-test./build/debug/paimon-s3-file-system-testAPI and Format
No public API, storage format, or protocol changes.
Documentation
No.
Generative AI tooling
Generated-by: Codex (GPT-5)